home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr28 / tbp150.zip / TBP169.TXT < prev    next >
Text File  |  1993-03-01  |  3KB  |  78 lines

  1. Tech Bulletin: DOS 3.X Shell Auto Despool Disable
  2.                           NOVELL TECHNICAL BULLETIN
  3.  
  4.           TITLE:    DOS 3.X Shell Auto Despool Disable
  5.     DOCUMENT ID:    TB.P.169
  6.            DATE:    1/7/87
  7.         PRODUCT:    NetWare
  8. PRODUCT VERSION:    SFT and Advanced NetWare Version 2.0
  9.      SUPERSEDES:    NA
  10.  
  11.         SYMPTOM:    NA
  12.  
  13. ISSUE/PROBLEM
  14.  
  15.      With Advanced NetWare and SFT NetWare versions 2.0 and above, the DOS 3.X
  16.      shell will automatically despool the printer output if the application
  17.      closes the output device after printing has been completed.  In some
  18.      cases it is not desireable that this occur every time the output device
  19.      is closed.  This feature may be disabled by performing the following
  20.      patch to the DOS 3.X shell (ANET3.COM).
  21.  
  22.      You must have already linked your workstation shell with the desired
  23.      driver before beginning to use working copies of your "GENSH-1" and
  24.      "GENSH-2" diskettes.  Using the DOS "Debug" program, perform the
  25.      following patch. (All underscored characters are entered by the
  26.      operator.)
  27.  
  28.      DEBUG ANET3.COM <CR>
  29.      -E181 <CR>
  30.      XXXX:0181 00.01 <CR>
  31.      -W <CR>
  32.      Writing XXXX bytes
  33.      -Q
  34.  
  35.      If you perform this patch while you are logged into the network, you must
  36.      logout, reboot the workstation, and load this patched shell to make the
  37.      change effective.
  38.  
  39.      Now that the patch is complete, printer output will not be despooled
  40.      unless the "ENDSPOOL" command is typed or the "time" option is used when
  41.      making the spool request.  See your NetWare Command Line Utilities Manual
  42.      for more information on the "time" option.  The DOS 2.X shell must have
  43.      the "time" flag set or receive the "ENDSPOOL" command for despooling to
  44.      occur.
  45.  
  46.  
  47.  
  48.  
  49. Tech Bulletin: Update for TB.P.169a Disabling Auto Endspool
  50.                           NOVELL TECHNICAL BULLETIN
  51.           TITLE:    Update for TB.P.169 Disabling Auto Endspool
  52.     DOCUMENT ID:    TB.P.169a
  53.            DATE:    10/30/87
  54.         PRODUCT:    NetWare
  55. PRODUCT VERSION:    Shell Version 2.01-2 or greater
  56.      SUPERSEDES:    NA
  57.  
  58.         SYMPTOM:    NA
  59.  
  60. ISSUE/PROBLEM
  61.  
  62.      In Technical Bulletin TB.P.169 is a patch to disable any DOS 3.X shell.
  63.      It has been brought to our attention that with the DOS 3.3 shell version
  64.      2.01-2 or greater, the byte location 181 should be 182. The patch should
  65.      read as follows for 2.01-2 or greater version shells:
  66.  
  67.      >DEBUG ANET3.COM
  68.      -E182
  69.      XXXX:0182 00.01 <CR>
  70.      -W <CR>
  71.      Writing XXXX bytes
  72.      -Q
  73.  
  74.  
  75.  
  76.  
  77.  
  78.